home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / SpeedBarElement.nib / data.classes next >
Text File  |  1994-12-14  |  522b  |  39 lines

  1. PGObject = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     };
  6.     SUPERCLASS = Object;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. SpeedBarElement = {
  14.     ACTIONS = {
  15.     setFont:;
  16.     setJustification:;
  17.     };
  18.     OUTLETS = {
  19.     fontButton;
  20.     justificationMatrix;
  21.     };
  22.     SUPERCLASS = SubSpeedBar;
  23. };
  24. PGSpeedBar = {
  25.     ACTIONS = {
  26.     };
  27.     OUTLETS = {
  28.     speedBarView;
  29.     };
  30.     SUPERCLASS = PGObject;
  31. };
  32. SubSpeedBar = {
  33.     ACTIONS = {
  34.     };
  35.     OUTLETS = {
  36.     };
  37.     SUPERCLASS = PGSpeedBar;
  38. };
  39.